plugin-info

用途

显示指定插件的详细信息。

举例

grails plugin-info jsecurity

描述

用法:

grails plugin-info [name]

该命令会显示指定插件的详细信息,如作者、文档的存放位置等,下面是JSecurity插件的详细信息:

--------------------------------------------------------------------------
Information about Grails plugin
--------------------------------------------------------------------------
Name: jsecurity | Latest release: 0.1.1
--------------------------------------------------------------------------
Security support via the JSecurity framework.
--------------------------------------------------------------------------
Author: Peter Ledbrook
--------------------------------------------------------------------------
Find more info here: http://grails.codehaus.org/JSecurity+Plugin
--------------------------------------------------------------------------
Adds a security layer to your Grails application, allowing you to
protect pages based on a user's roles and/or permissions.